home *** CD-ROM | disk | FTP | other *** search
/ MacWorld Secrets (4th Edition) / Mac Secrets CD 4th Ed.toast.sit / Mac Secrets CD 4th Ed.toast / Shareware & Freeware / KeyQuencer 1.2.2 / Goodies and links / Frontier link / DocServer Source Text next >
Text File  |  1994-07-25  |  559b  |  12 lines

  1.  
  2. Verb    KeyQuencer.doScript
  3. Syntax    KeyQuencer.doScript (script) 
  4. Parameters    script is any text that could be typed in the control panel macro editor
  5. Action    Runs the given string as a script
  6. Returns    True
  7. Examples    KeyQuencer.doScript (“Menu "Edit" "Select All"”)
  8.     » true
  9. Notes    • This verb requires KQ Apple Events to be in the extensions folder.
  10. • Curly quotes may be used as in any Frontier string to allow straight quotes to be embedded.
  11. • This verb returns as soon as the script is sent to KQ AppleEvents. It doesn’t wait for the requested action to complete.
  12.